home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Sample Code / DTS QT Utilities.Aug-95 / Projects & Test Apps / DigitizerShell / TestFunctions.h < prev   
Encoding:
Text File  |  1995-07-10  |  493 b   |  26 lines  |  [TEXT/MPCC]

  1. /*
  2.     File:        TestFunctions.h
  3.  
  4.     Contains:    Test functions for Sequence grabber and vdig tests.
  5.  
  6.     Written by:    DTS
  7.  
  8.     Copyright:    © 1995 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     Change History (most recent first):
  11.  
  12.         <1>             4/25/95    khs        first file
  13.        
  14. */
  15.  
  16.  
  17. // INCLUDE FILES
  18. #include "DTSQTUtilities.h"
  19.  
  20.  
  21. // FUNCTION PROTOTYPES
  22. OSErr                             ShowVDIGInfo(void);
  23. void                                SetMyVideoChannelSettings(void);
  24. void                                SetMyAudioChannelSettings(void);
  25. void                                 RecordSamplesToFile(void);
  26.